home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / spctr3e2 / demo.cir < prev    next >
Text File  |  1992-12-11  |  783b  |  28 lines

  1. ** 7th order Chebyshev LC lowpass filter **
  2.  
  3. vin1 10 0 sin(0 2 10k) dc 0 ac 1
  4. vin2 1 10 sin(0 1 33k) dc 0 ac 0
  5. r1      1       2       50
  6. c1      2       0       715nf
  7. l1      2       3       909uh
  8. c2      3       0       1uf
  9. l2      3       4       953uh
  10. c3      4       0       1uf
  11. l3      4     out       909uh
  12. c4    out       0       715nf
  13. r2    out       0       50
  14.  
  15. * Note: this next line is meaningful only in batch mode
  16. * when a raw file is produced
  17. .save 1 out
  18.  
  19. * Note: this next line is meaningful only in batch mode
  20. * or when the "run" command is given in interactive mode
  21. .AC dec 100 200hz 20khz
  22.  
  23. * Note: this next line is meaningful only in batch mode
  24. * when the -o option is used and the -r option is not
  25. .print ac vdb(1) db(out)
  26. *****
  27. .end
  28.